
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(255,255,255);}
::-webkit-scrollbar-thumb{background:rgb(17,121,215);}
::-webkit-scrollbar-track-piece{width:8px; height:8px;}
}

*,
*:before,
*:after{box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
*{outline:none; font-family:Arial, Helvetica, Microsoft YaHei;}
*[hide]{display:none;}
*::-webkit-input-placeholder{color:rgb(33,33,33); opacity:.68;}
*::-moz-input-placeholder{color:rgb(33,33,33); opacity:.68;}
*::-ms-input-placeholder{color:rgb(33,33,33); opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:rgb(255,255,255); font-size:14px; font-weight:400; line-height:1.75; color:rgb(33,33,33);}

dir,ul,ol,li{margin:0; padding:0; list-style:none;}
form{margin:0; padding:0;}
p,dl,dt,dd{margin:0; padding:0;}

img{border:none;}
p>img{max-width:100%;}
ins{text-decoration:none;}
a{text-decoration:none; color:rgb(33,33,33); transition:.3s;}
a:hover{color:rgb(17,121,215);}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:rgb(17,121,215); color:#fff;}
a[button="button"] *{cursor:pointer;}
a[button="button"]:hover{opacity:.8; box-shadow:0 0 5px rgba(0,0,0,0.1);}
@media(max-width:767px){
a[button="button"]{padding:2px 12px; border-radius:2px;}
}

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:400;}
h1{font-size:28px;}
h2{font-size:21px;}
h3{font-size:16px;}
h4{font-size:15px;}
h5{font-size:13px;}
h6{font-size:12px;}

table,tbody{width:100%; border-collapse:collapse;}
tr{background:#fff; transition:.3s;}
tr:hover{background:#f8f8f8;}
th{background:#fcfcfc;}
th,td{border:1px solid #f0f0f0; padding:8px; text-align:left;}

section{display:block;}

article{display:block; max-width:100%; margin:0 auto;}
article:after{display:block; content:''; clear:both;}
article iframe,
article video,
article img{max-width:100%;}
@media(min-width:1200px){
article{padding:0 28px; width:1388px;}
}
@media(max-width:1199px){
article{padding:0 18px;}
}
@media(max-width:767px){
article{padding:0 8px;}
}

aside iframe,
aside video,
aside img{max-width:100%;}
aside:after{display:block; content:''; clear:both;}

dir{display:block;}
dir>ol{margin:0 -4px; text-align:center; font-size:0;}
dir>ol>li{display:inline-block; margin:4px;}
dir>ol>li>a{display:block; padding:2px 8px; border-radius:3px; border:1px solid #f0f0f0; font-size:14px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:rgb(17,121,215); border-color:rgb(17,121,215); color:#fff;}
dir>ol>li>a.on,
dir>ol>li>a.no{cursor:no-drop;}
@media(max-width:767px){
dir>ol{margin:-3px;}
dir>ol>li{display:inline-block; margin:3px;}
dir>ol>li>a{display:block; padding:0 8px; border-radius:2px;}
}


select,
textarea,
input[type=file],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:3px; 
background:#fff; border:1px solid #e8e8e8; line-height:1.75; height:42.5px; font-size:14px;}
select[multiple],
textarea{height:116px;}
select:hover,
textarea:hover,
input[type]:hover,
div.file_input>input[type=file]:hover+input[type=text],
select:focus,
textarea:focus,
input[type]:focus,
div.file_input>input[type=file]:focus+input[type=text]{box-shadow:0 0 8px rgba(0,0,0,.08);}

h6.alert{position:fixed; top:0; left:0; right:0; z-index:8888888; opacity:0; user-select:none; pointer-events:none; text-align:center; background:none !important;}
h6.alert.on{top:20px; opacity:1; transition:0.3s;}
h6.alert>b{display:inline-block; font-weight:normal; position:relative; padding:13px 20px 13px 48px; text-align:left; max-width:500px; background:#fff; border:1px solid #e4e7ed; box-shadow:0 0 12px rgba(0,0,0,.12); border-radius:6px; font-size:14px; line-height:22px; }
h6.alert>b:before{position:absolute; top:14px; left:16px; font-family:'FontAwesome'; content:"\f128"; width:20px; height:20px; border-radius:50%; line-height:20px; text-align:center; background:#d8d8d8; color:#fff;}
h6.alert.red>b:before{background:#fd4e5e; content:"\f12a";}
h6.alert.green>b:before{background:#13ce67; content:"\f00c";}
h6.alert.brown>b:before{background:#a5692d; content:"\f129";}
h6.alert.yellow>b:before{background:#ffd700; content:"\f129";} 
h6.alert.blue>b:before{background:#1880ff; content:"\f00c";}
h6.alert.gold>b:before{background:#edc86c; content:"\f129";}
@media(max-width:767px){
h6.alert>b{max-width:100%;}
}

dl.form8 input[name^="params"][type="file"]{opacity:0;}
div.file_input{display:block; position:relative;}
div.file_input>input[type=file]{position:absolute; z-index:2; top:0; left:0; height:100%; opacity:0; cursor:pointer;}
div.file_input>input[type=text]{padding-left:60px; cursor:pointer;}
div.file_input>i{position:absolute; z-index:1; background:#f8f8f8; cursor:pointer; border-right:1px solid #e8e8e8; top:1px; left:1px; bottom:1px; text-align:center; width:48px; font-size:16px;}
div.file_input>i:before{position:absolute; top:50%; left:0; right:0; line-height:16px; margin-top:-8px;}
code.tights>select+select{margin-top:2px;}

span.captcha.phonecode{margin-top:8px;}
span.captcha.phonecode>ins[resend]>i{font-style:normal;}

section.copyright{background:#000; padding:8px 0; text-align:center; color:#fff;}
section.copyright a{color:#fff;}
div[comment]{background:#fff;}
div[comment] div{display:block;}
div[comment] div>textarea{display:block; border:1px solid #b8b8b8; height:88px;}
div[comment] div>p{margin-top:18px;}
div[comment] div>p>button{cursor:pointer; border:none; color:#fff; line-height:28px; padding:2px 18px 0 18px; border-radius:18px; background:#585858; transition:.3s;}
div[comment] div>p>button:hover{background:rgb(17,121,215);}
div[comment] div>p>label{cursor:pointer; padding-left:8px; display:inline-block; line-height:30px; color:#282828;}
div[comment] ul{display:block; list-style:none; background:#fff; margin-top:22px;}
div[comment]>ul{margin-top:32px;}
div[comment] ul>li{display:block; list-style:none; position:relative; margin-top:18px;}
div[comment]>ul>li{margin-top:28px;}
div[comment] ul>li:first-child{margin-top:0;}
div[comment] ul>li>img{display:block; position:absolute; left:0; top:0; width:30px; height:30px; border-radius:50%;}
div[comment]>ul>li>img{width:36px; height:36px;}
div[comment] ul>li>dl{padding:0 0 0 42px;}
div[comment]>ul>li>dl{padding:0 0 0 48px;}
div[comment] ul>li>dl>dt:after{display:block; content:''; clear:both;}
div[comment] ul>li>dl>dt>b{float:left; font-size:15px; line-height:24px; color:#383838;}
div[comment]>ul>li>dl>dt>b{line-height:28px;}
div[comment] ul>li>dl>a{color:#000; display:inline-block; margin:8px 0 0 42px; cursor:pointer;}
div[comment] ul>li>dl>a:hover{color:rgb(17,121,215);}
div[comment] ul>li>dl>a>i{padding-left:4px; line-height:inherit;}
div[comment] ul>li>dl>p{font-size:15px; line-height:25px; margin:4px 0 6px 0; color:#181818;}
div[comment]>ul>li>dl>p{font-size:16px; line-height:28px; margin:6px 0 8px 0;}
div[comment] ul>li>dl>p>a{color:#686868;}
div[comment] ul>li>dl>dd{display:block;}
div[comment] ul>li>dl>dd>a[like]{font-size:15px; line-height:26px; color:#585858; cursor:pointer; line-height:28px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[like]:before{padding-right:2px;}
div[comment] ul>li>dl>dd>a[reply]{display:inline-block; font-size:14px; padding:0 8px; line-height:26px; cursor:pointer; background:#f8f8f8; color:#282828; border-radius:18px; margin-left:8px;}
div[comment] ul>li>dl>dd>a[reply]:before{margin-right:4px;}
div[comment] ul>li>dl>dd>a[reply].on,
div[comment] ul>li>dl>dd>a[reply]:hover{color:rgb(17,121,215);}
div[comment] ul>li>dl>dd>i{font-style:normal; font-size:14px; color:#888; line-height:26px;}
div[comment] ul>li>dl>div{margin:14px 0;}
div[comment] ul>li>dl>div>textarea{height:68px;}
div[comment] ul>li>dl>div>p{margin-top:12px;}
div[comment] ul>li>dl>div>p>button{line-height:24px; padding:2px 14px 0 14px;}
div[comment] ul>li>dl>div>p>button:hover{background:rgb(17,121,215);} 
div[comment] ul>li>dl>div>p>label{line-height:26px;}
div[comment]>a{display:block; background:#f8f8f8; margin-top:32px; line-height:38px; text-align:center; border-radius:3px; cursor:pointer; color:#585858;}
div[comment]>a>i{line-height:inherit;}
div[comment]>a:hover{color:rgb(17,121,215);}
@media(max-width:767px){
div[comment] ul{margin-top:18px;}
div[comment]>ul{margin-top:28px;}
div[comment] ul>li{margin-top:14px;}
div[comment]>ul>li{margin-top:24px;}
div[comment] ul>li>img{width:26px; height:26px;}
div[comment]>ul>li>img{width:30px; height:30px;}
div[comment] ul>li>dl{padding:0 0 0 35px;}
div[comment]>ul>li>dl{padding:0 0 0 40px;}
div[comment] ul>li>dl>dt>b{font-size:14px; line-height:22px;}
div[comment]>ul>li>dl>dt>b{line-height:24px;} 
div[comment] ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment]>ul>li>dl>p{font-size:14px; line-height:22px; margin:4px 0;}
div[comment] ul>li>dl>dd>a[like]{font-size:13px;}
div[comment] ul>li>dl>dd>a[reply]{font-size:12px; padding:0 8px; line-height:22px; margin-left:6px;}
div[comment] ul>li>dl>dd>i{font-size:12px; line-height:22px;}
div[comment] ul>li>dl>a{margin:2px 0 0 35px;}
div[comment] ul>li>dl>div{margin:8px 0;}
}
@media(min-width:1200px){
article{width:1200px;}
}
@media(min-width:1600px){
article{width:1400px;}
}

@media(max-width:767px){
address.consult-online{display: none;}
}

body{padding-top:98px;}


.head{position:fixed; left:0; right:0; top:0; z-index:9; box-shadow:0 4px 8px rgba(0,0,0,.18); background:rgb(255,255,255);}
.head .bot>article{width:100%;;}
.head .logo{height:98px; float:left; line-height:98px; font-size:0;}
.head .logo img{vertical-align:middle; max-height:88px;}
.head .nav{float:right; text-align:center;}
.head .nav>div{line-height:38px;}
.head .nav>div>ul{}
.head .nav>div>ul:after{display:block; content:''; clear:both;}
.head .nav>div>ul>li{float:left; margin-right:28px;}
.head .nav>div>ul>li>a{display:block; padding:30px 0; position:relative; font-size:16px;} 
.head .nav>div>ul>li>i,
.head .nav>div>ul>li>ul{display:none;}
.head .nav>div>ul>li>div.box{position:absolute; left:0; right:0; top:100%; background:#383838; color:#fff; overflow:hidden; transition:.01s;
visibility:hidden; opacity:0;}
.head .nav>div>ul>li:hover>div.box{visibility:visible; opacity:1; transition:.3s;}
.head .nav>div>ul>li>div.box>article{padding:38px 0;}
.head .nav>div>ul>li>div.box a{color:#fff;}
.head .nav>div>ul>li>div.box a:hover{color:rgb(17,121,215);}
.head .nav>div>ul>li>div.box dl{float:left; width:25%; padding:0 28px; text-align:left;}
.head .nav>div>ul>li>div.box dl>dt{border-bottom:1px solid #838383;}
.head .nav>div>ul>li>div.box dl>dt>a{display:inline-block; border-radius:3px; border-bottom:3px solid rgb(17,121,215); margin-bottom:-2px; font-size:16px;}
.head .nav>div>ul>li>div.box dl>dt>i{float:right; line-height:38px; font-size:18px;}
.head .nav>div>ul>li>div.box dl>dd{padding:18px 0; line-height:28px;}
.head .nav>div>ul>li>div.box dl>dd>span{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.head .nav>div>ul>li>div.box dl>dd>span>i{margin-right:8px; color:#838383;}
.head .nav>div>ul>li>div.box dl>dd>span>a{}
.head .nav>div>ul>li>div.box dl>dd>strong{display:block; margin-top:4px; font-weight:normal;}
.head .nav>div>ul>li>div.box dl>dd>strong>a{color:rgb(17,121,215);}
.head .nav>div>ul>li>div.box dl>dd>strong>a:hover{color:#fff;}
.head .nav .slide{overflow:hidden; position:relative; margin:8px 0;}
.head .nav .slide>ol{width:10000%;}
.head .nav .slide>ol:after{display:block; content:''; clear:both;}
.head .nav .slide>ol>li{width:1%; float:left;}
.head .nav .slide>ol>li img{display:block; margin:auto; border-radius:3px;}
.head .nav .slide>strong{position:absolute; z-index:3; line-height:8px; bottom:8px; left:0; right:0; text-align:center;}
.head .nav .slide>strong>span{display:inline-block; margin:4px; width:8px; height:8px; border-radius:8px; background:rgba(255,255,255,.58); cursor:pointer;}
.head .nav .slide>strong>span.active{background:rgb(17,121,215);}
.head .nav .slide>em{position:absolute; top:50%; z-index:3; font-size:38px; margin-top:-18px; color:rgba(255,255,255,.58); cursor:pointer; transition:.3s;}
.head .nav .slide>em:hover{color:rgb(17,121,215);}
.head .nav .slide>em.fa-angle-left{left:8px;}
.head .nav .slide>em.fa-angle-right{right:8px;}
.head .nav .box>article>dl>p{margin:8px 0; line-height:1.5; line-height:1.75;}
.head em.fa-list{display:none;}
.head .search{float:right; padding:30px 0 8px 0;} 
.head .search>i{display:none;}
.head .form>form{position:relative; display:block; width:208px; height:38px;}
.head .form>form>input{display:block; width:100%; height:auto; line-height:20px; padding:8px 38px 8px 12px; 
transition:.3s; background:#fff; border:1px solid #e8e8e8;}
.head .form>form>input:hover,
.head .form>form>input:focus{box-shadow:0 0 8px rgba(0,0,0,.08);}
.head .form>form>button{position:absolute; top:0; right:0; color:rgb(128,128,128); width:38px; height:38px; line-height:38px;
cursor:pointer; background:none; border:none; padding:0; transition:.2s; font-size:14px;}
.head .form>form>button:hover{color:rgb(17,121,215); box-shadow:none;}
.head .globe{float:right; position:relative; padding:30px 0 8px 18px; line-height:38px;}
.head .globe img{height:18px; vertical-align:middle; margin-right:4px;}
.head .globe>span{display:block; cursor:pointer;}
.head .globe>span:after{display:block; content:''; clear:both;}
.head .globe>span>i{font-style:normal; line-height:38px; float:left; font-size:20px; color:#838383;}
.head .globe>span>b{font-weight:normal; line-height:38px; float:left; margin-left:6px; color:rgb(128,128,128);}
.head .globe>ul{position:absolute; top:100%; right:0; width:108px; border-radius:3px;
background:#fff; border:1px solid #f0f0f0; visibility:hidden; opacity:0; transform:translateY(-8px); transition:.3s;}
.head .globe>ul>li{display:block; border-top:1px dashed #f0f0f0;}
.head .globe>ul>li:first-child{border-top:none;}
.head .globe>ul>li>a{display:block; padding:0 12px;}
.head .globe>ul>li>a:hover{background:#f8f8f8;}
.head .globe>ul>li>a>span{display:inline-block; color:rgb(33,33,33);}

.head.to{background:none; box-shadow:none;}
.head.to .nav>div>ul>li>a{color:#fff;}
.head.to .form>form>input{background:none; }
.head.to .form>form>input::-webkit-input-placeholder{color:#fff; opacity:1;}
.head.to .form>form>input::-moz-input-placeholder{color:#fff; opacity:1;}
.head.to .form>form>input::-ms-input-placeholder{color:#fff; opacity:1;}
.head.to .form>form>button{color:#fff;}


@media(min-width:1600px){
.head .nav>div>ul>li{margin-right:48px;}
}
@media(min-width:1200px){
.head .nav>div>ul>li>a:before{position:absolute; content:''; left:50%; right:50%; bottom:0; height:4px; background:rgb(17,121,215); border-radius:4px; transition:.3s;}
.head .nav>div>ul>li.on>a:before{left:0; right:0;}
.head .nav>div>ul:hover>li.on>a:before{left:50%; right:50%;}
.head .nav>div>ul:hover>li:hover>a:before{left:0; right:0;}
.head.to .nav>div>ul>li>a:before{visibility:hidden; opacity:0;}
}
@media(max-width:1199px){
body{padding-top:78px;}


.head .top ul>li{padding-left:28px;}
.head .top ul>li:before{left:14px;}
.head .search{padding:20px 0 8px 0;} 
.head .globe{padding:20px 0 8px 18px;}
.head .logo{height:78px; line-height:78px;}
.head .logo img{max-height:68px;}
.head em.fa-list{font-size:24px; line-height:78px; display:block; float:right; padding-left:18px; transition:.3s;}
.head em.fa-list.on{color:rgb(17,121,215);}
.head .nav{float:none; position:absolute; top:100%; left:0; right:0; background:#383838; text-align:left; display:none;}
.head em.fa-list.on ~ .nav{display:block;}
.head .nav>div{padding-left:0; color:#fff;}
.head .nav>div a{color:#fff;}
.head .nav>div>ul>li>ul{display:block;}
.head .nav>div>ul>li>div.box{display:none;}
.head .nav>div>ul li:hover>ul{visibility:visible; opacity:1; transition:.3s; transform:scale(1);}
.head .nav>div>ul>li ul>li{position:relative; border-top:1px solid #f8f8f8; }
.head .nav>div>ul>li ul>li:first-child{border-top:0;}
.head .nav>div>ul>li ul>li>a{display:block; transition:.3s;} 
.head .nav>div>ul>li{position:relative; float:none; margin:0;}
.head .nav>div>ul>li>a{padding:4px 18px; font-size:14px; display:inline-block; position:relative; z-index:1;}
.head .nav>div>ul li.on>a:before,
.head .nav>div>ul li.pn>a:before{position:absolute; content:''; top:0; left:0; bottom:0; width:4px; background:rgb(17,121,215);}
.head .nav>div>ul>li i{position:absolute; top:0; left:auto; right:0; bottom:auto; display:block; margin:0; line-height:46px; height:46px; width:100%; text-align:right; padding:0 18px;}
.head .nav>div>ul>li ul{position:static; left:0; top:0; width:100%; opacity:1; box-shadow:none; visibility:visible; display:none; padding:4px 0;}
.head .nav>div>ul>li ul>li{border:none; position:relative;}
.head .nav>div>ul>li ul>li>a{display:inline-block; position:relative; z-index:8; padding:0 22px;}
.head .nav>div>ul>li ul ul>li>a{ padding:0 26px;}
.head .nav>div>ul>li ul>li>i{line-height:38px; height:38px;}
.head .nav>div ul>li.active,
.head .nav>div ul>li.active>i{background:rgba(0,0,0,.08);}
.head .nav>div ul>li.active>ul{display:block;}

.head.to em.fa-list{color:#fff;}
}
@media(min-width:768px){
.head .globe:hover>ul{visibility:visible; opacity:1; transform:translateY(0);}
}
@media(max-width:767px){
body{padding-top:58px;}

.head .logo{height:58px; line-height:58px;}
.head .logo img{max-height:48px;}
.head em.fa-list{font-size:20px; line-height:58px; padding-left:8px;}
.head .search{padding:0 0 0 8px;}
.head .search>i{display:block; line-height:58px; font-size:18px;}
.head .search>i.on{color:rgb(17,121,215);}
.head .form{position:absolute; top:100%; left:0; right:0; padding:8px; visibility:hidden; opacity:0; transform:translateY(-8px); transition:.3s; background:#383838;}
.head .form>form{width:100%;}
.head .search>i.on+.form{visibility:visible; opacity:1; transform:translateY(0);}
.head .globe{padding:0 0 0 8px;}
.head .globe>span>i{line-height:58px; color:rgb(33,33,33); font-size:18px;}
.head .globe>span.on>i{color:rgb(17,121,215);}
.head .globe>span>b{display:none;}
.head .globe>ul{left:-54px;}
.head .globe>span.on+ul{visibility:visible; opacity:1; transform:translateY(0);}

.head.to .search>i,
.head.to em.fa-list{color:#fff;}
}







.banner{position:relative; z-index:2; overflow:hidden;}
.banner>img,
.banner>video{position:absolute; z-index:1; top:0; right:0; bottom:0; left:0; width:100%; height:100%; object-fit:cover;}
.banner>.box{position:relative; z-index:8; height:px;}
.banner>.box:after{display:block; content:''; clear:both;}
.banner>.box>ul{width:10000%; height:100%;}
.banner>.box>ul:after{display:block; content:''; cleart:both;}
.banner>.box>ul>li{width:1%; height:100%; min-height:10px; float:left; position:relative;}
.banner>.box>ol{position:absolute; bottom:5%; left:0; right:0; text-align:center; font-size:0;}
.banner>.box>ol>li{display:inline-block; cursor:pointer;}
.banner>.box>ol>li:before{display:block; content:''; border-radius:18px; transition:.3s; background:rgba(185,185,185,.5);}
.banner>.box>ol>li.active:before{background:rgb(17,121,215);}
.banner>.box .image{display:block; height:100%;
display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-o-box; display:box;
-webkit-box-pack:center; -moz-box-pack:center; -ms-flex-pack:center; -o-box-pack:center; box-pack:center; 
-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -o-box-align:center; box-align:center;}
.banner>.box .image img{display:block; width:100%; margin:0 auto; object-fit:cover;}
.banner>.box .content{position:absolute; padding:0 15px; left:0; right:0; top:0; bottom:0; pointer-events:none;}
.banner>.box .content>article{}
.banner>.box .content>article *{pointer-events:auto;}
.banner>.box .text{text-align:center; height:100%; padding:48px 0;
display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-o-box; display:box;
-webkit-box-pack:center; -moz-box-pack:center; -ms-flex-pack:center; -o-box-pack:center; box-pack:center; 
-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -o-box-align:center; box-align:center;}
.banner>.box .text h1{color:rgb(155,236,197); font-size:48px;}
.banner>.box .text h2{color:rgb(80,115,240); font-size:58px; font-weight:bold; margin-bottom:28px;}
.banner>.box .text h3{color:rgb(255,255,255); font-size:38px; margin-bottom:28px;}
.banner>.box .text h4{color:rgb(255,255,255); font-size:18px;}
@media(max-width:1199px){
.banner>.box{height:px;}
.banner>.box .text h1{font-size:38px;}
.banner>.box .text h2{font-size:48px; margin-bottom:18px;}
.banner>.box .text h3{font-size:28px; margin-bottom:18px;}
.banner>.box .text h4{font-size:16px;}
}
@media(min-width:992px){
.banner>.box>ol>li:before{margin:4px; width:18px; height:4px;}
.banner>.box>ol>li.active:before{width:28px;}
.banner>.box>dl{visibility:hidden; opacity:0; transition:.3s;}
.banner>.box:hover>dl{visibility:visible; opacity:1;}
.banner>.box>dl>*{position:absolute; top:50%; width:40px; height:40px; margin-top:-20px; transform:rotate(45deg);
cursor:pointer; transition:.3s; border-style:solid; border-color:#fff;}
.banner>.box>dl>dt{left:30px; border-width:0 0 4px 4px;}
.banner>.box>dl>dd{right:30px; border-width:4px 4px 0 0;}
.banner>.box>dl>dt:hover,
.banner>.box>dl>dd:hover{border-color:rgb(17,121,215);}
}
@media(max-width:991px){
.banner>.box>dl{display:none;}
.banner>.box>ol>li:before{margin:3px; width:8px; height:3px;}
.banner>.box>ol>li.active:before{width:18px;}
}
@media(max-width:767px){
.banner>.box{height:px;}
.banner>.box .text h1{font-size:24px;}
.banner>.box .text h2{font-size:32px; margin-bottom:8px;}
.banner>.box .text h3{font-size:18px; margin-bottom:8px;}
.banner>.box .text h4{font-size:14px;}
}




.subbanner{position:relative; color:#fff;
background:rgb(17,121,215);
background-image:-webkit-radial-gradient(center, circle cover, rgb(135,201,221) 0%, rgb(17,121,215) 100%);
background-image:-moz-radial-gradient(center, circle cover, rgb(135,201,221) 0%, rgb(17,121,215) 100%);
background-image:-ms-radial-gradient(center, circle cover, rgb(135,201,221) 0%, rgb(17,121,215) 100%);
background-image:-o-radial-gradient(center, circle cover, rgb(135,201,221) 0%, rgb(17,121,215) 100%);
background-image:radial-gradient(center, circle cover, rgb(135,201,221) 0%, rgb(17,121,215) 100%);
display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-o-box; display:box;
-webkit-box-pack:center; -moz-box-pack:center; -ms-flex-pack:center; -o-box-pack:center; box-pack:center; 
-webkit-box-align:center; -moz-box-align:center; -ms-flex-align:center; -o-box-align:center; box-align:center;}
.subbanner>img{position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; object-fit:cover;}
.subbanner>article{position:relative; z-index:8;}
.subbanner a{color:#fff;}
.subbanner a:hover{color:rgb(17,121,215);}
@media(min-width:1200px){
.subbanner{ height:300px;}
}
@media(max-width:1199px){
.subbanner{ height:px;}
}
@media(max-width:767px){
.subbanner{ height:px;}
}
.subbanner{text-align:center;} 
.subbanner h2{font-size:35px; line-height:1;}
.subbanner ul{font-size:0; margin-top:18px;}
.subbanner ul li{display:inline-block; padding:0 6px;}
.subbanner ul li i,
.subbanner ul li b,
.subbanner ul li a{font-size:14px; font-weight:inherit;}
@media(max-width:767px){
.subbanner h2{font-size:28px;}
}






.subnav{background:#fff; background:rgb(248,248,248); position:relative; z-index:4;}
.subnav a{position:relative; display:block;}
.subnav article>ul>li{margin-left:38px;}
.subnav article>ul>li>a{font-size:14px;}
.subnav article>ul>li>a:before{position:absolute; content:''; height:4px; border-radius:3px; left:50%; right:50%; bottom:0; background:rgb(17,121,215);}
.subnav article>ul>li.on>a:before{left:0; right:0;}
.subnav article>ul>li li.on>a,
.subnav article>ul>li li.pn>a{color:#fff; background:rgb(17,121,215);}
@media(max-width:1600px){
.subnav article>ul>li{margin-left:28px;}
}
@media(min-width:992px){
.subnav article{}
.subnav article>ul{text-align:center; font-size:0;} 
.subnav article>ul>li{display:inline-block; position:relative;}
.subnav article>ul>li:first-child{margin:0;}
.subnav article>ul>li>a{display:block; padding:22px 0; font-size:16px; transition:.3s;}
.subnav article>ul li:hover>a{background:#f8f8f8; color:rgb(17,121,215);}  
.subnav article>ul>li ul{position:absolute; left:100%; top:0; width:140px; white-space:nowrap; text-align:center; border-radius:3px;
visibility:hidden; opacity:0; transition:.05s; transform:scale(0); transform-origin:top center; background:#fff;}
.subnav article>ul>li ul ul{transform-origin:left center;}
.subnav article>ul>li>ul li.parent{display:none;}
.subnav article>ul>li>ul li.right ul{left:auto; right:100%; transform-origin:right center;}
.subnav article>ul li:hover>ul{visibility:visible; opacity:1; transition:.3s; transform:scale(1);}
.subnav article>ul>li>ul{left:50%; top:100%; width:140px; margin-left:-70px;}
.subnav article>ul>li ul{box-shadow:0 0 5px rgba(0,0,0,.1);}
.subnav article>ul>li ul>li{position:relative; border-top:1px solid #f8f8f8; }
.subnav article>ul>li ul>li:first-child{border-top:0;}
.subnav article>ul>li ul>li>a{display:block; padding:8px 0; font-size:14px; border-radius:3px;  transition:.3s;}
}
@media(max-width:991px){
.subnav article{}
.subnav article ul{overflow:auto; white-space:nowrap;  font-size:0; text-align:center;}
.subnav article ul>li{display:inline-block; margin-left:18px;}
.subnav article>ul>li:first-child{margin:0;}
.subnav article>ul>li>a{display:block; padding:12px 0; transition:.3s;}
.subnav article>ul>li>a:before{height:3px;}
.subnav article>ul>li ul{position:absolute; background:#383838; top:100%; left:0; right:0; visibility:hidden;
box-shadow:0 4px 4px rgba(0,0,0,.08); padding:4px 0; opacity:0; transition:.3s;}
.subnav article>ul>li.active{background:#f8f8f8;}
.subnav article>ul>li.active>ul{visibility:visible; opacity:1;}
.subnav article>ul>li ul>li>a{font-size:14px; border-radius:3px; color:#fff; display:block; padding:4px 8px; transition:.3s;}
.subnav article>ul>li>ul li.parent.pn>a{color:rgb(17,121,215); background:none;}
.subnav ul::-webkit-scrollbar{height:1px; background:;}
.subnav ul::-webkit-scrollbar-track-piece{height:1px;}
.subnav ul::-webkit-scrollbar-thumb{background:rgba(0,0,0,0); transition:.2s;}
.subnav ul:hover::-webkit-scrollbar-thumb{background:rgb(0,160,233);}
}





footer.foot{color:#b8b8b8;}
footer.foot a{color:#b8b8b8;}
footer.foot a:hover{color:rgb(17,121,215);}
footer.foot .data{padding:38px 0; background:#383838;}
footer.foot .nav{float:left; width:58%;} 
footer.foot .nav h3{margin-bottom:8px;}
footer.foot .nav h3 a{color:#f8f8f8;}
footer.foot .nav h3 a:hover{color:rgb(17,121,215);}
footer.foot .nav>ul{font-size:0;}
footer.foot .nav>ul>li{display:inline-block; vertical-align:top; width:25%;} 
footer.foot .nav>ul.n1>li{width:100%;}
footer.foot .nav>ul.n2>li{width:50%;}
footer.foot .nav>ul.n3>li{width:33.333%;}
footer.foot .nav>ul.n4>li{width:25%;}
footer.foot .nav>ul.n5>li{width:20%;}
footer.foot .nav>ul>li ul>li{padding-top:4px;}
footer.foot .nav>ul>li ul>li>a{color:#aaa; font-size:14px;}
footer.foot .nav>ul>li ul>li>a:hover{color:rgb(17,121,215);}
footer.foot .contact{float:right; width:18%; text-align:right;}
footer.foot .contact>strong{display:block; font-size:28px;}
footer.foot .contact>strong a{color:#f8f8f8;}
footer.foot .contact>strong a:hover{color:rgb(17,121,215);}
footer.foot .contact>ul{margin-top:18px;}
footer.foot .contact>ul>li{display:inline-block; margin-left:8px;}
footer.foot .contact>ul>li>a{display:block; width:38px; height:38px; line-height:38px; font-size:18px; text-align:center; border-radius:50%; background:#585858;}
footer.foot .contact>ul>li>a:hover{background:rgb(17,121,215); color:#fff;}
footer.foot .contact>ul>li:nth-child(1)>a:hover{background:rgb(255,190,106);}
footer.foot .contact>ul>li:nth-child(2)>a:hover{background:rgb(240,236,38);}
footer.foot .ewm{float:right; width:24%; text-align:right; font-size:0;}
footer.foot .ewm p{width:156px; max-width:50%; text-align:center; padding-left:18px; display:inline-block;}
footer.foot .ewm p>img{display:block; width:100%; border-radius:3px;}
footer.foot .ewm p>span{display:block; margin-top:4px; font-size:14px;}
footer.foot .text{padding:28px 0; background:#282828;}
footer.foot .text>article>p{float:right;}
footer.foot .text>article>p>span{display:inline-block; position:relative;}
footer.foot .text>article>p>span+span{margin-left:18px;}
footer.foot .text>article>p>span:first-child{padding-left:24px;}
footer.foot .text>article>p>span img{position:absolute; left:0; top:2px;}
footer.foot .text>article>ul{float:left;}
footer.foot .text>article>ul>li{display:inline-block; margin-left:8px;} 
footer.foot .text>article>ul>li:before{display:inline-block; position:relative; top:-2px; content:''; width:4px; height:4px; vertical-align:middle; border-radius:4px; background:rgb(17,121,215);}
footer.foot .text>article>ul>li:first-child{margin-left:0;}
footer.foot .text>article>ul>li:first-child:before{display:none;}
footer.foot .text>article>aside{clear:both; padding-top:8px;}
@media(max-width:1199px){
footer.foot .nav{width:100%; margin-bottom:28px;}
footer.foot .contact{width:50%;}
footer.foot .ewm{width:50%; text-align:left;}
}
@media(max-width:991px){
footer.foot .text>article>ul{float:none;}
footer.foot .text>article>p{float:none; margin-top:8px;}
}
@media(max-width:767px){
footer.foot{}
footer.foot .data{padding:18px 0;}
footer.foot .contact{width:100%; text-align:center;}
footer.foot .contact>ul{margin-top:0;}
footer.foot .nav{width:100%; text-align:center; margin-bottom:0;}
footer.foot .nav>ul>li{width:33.3333% !important; margin-bottom:18px;} 
footer.foot .ewm{width:100%; margin-top:18px; text-align:center;}
footer.foot .ewm p{padding:0 9px;}
footer.foot .text{padding:18px 0;}
}

.tag>a{padding:4px 8px; background:#fff; border-radius:3px;}
.tag>a:before{font-family:FontAwesome; content:"\f02b"; margin-right:4px; opacity:.88;}
dir>ol>li>a{background:#fff;}